Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Cells #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Merge Cells #51

wants to merge 1 commit into from

Conversation

bprasetyo
Copy link

@bprasetyo bprasetyo commented Nov 23, 2020

Add feature merge cells

From this:
unmerge

To this:
merged

@felixbuenemann
Copy link
Owner

@bprasetyo Thanks, can you describe your use case for this feature?

@bprasetyo
Copy link
Author

@felixbuenemann thanks for your reply,
I want to create some report with description at the top of data table, like this:
report

but to keep width of cell for data table, i need to merge column A1 and A2 same with column of data table (A1:C1 and A2:C2) instead of using single cell which make column A4-A16 too wide.

also, like this too:
report2
which merge cell C4:F4

i know gem Axlsx is good for styling an data excel, but in a real case, i have a big data which needed to create to report like this.
so, i want to keep to use this gem because it very fast and low memory usage.

@sandstrom
Copy link
Contributor

I understand if people disagree, but I think the pros of adding this (more capability) should be weighted against added complexity. The primary reason being to keep the complexity down, which makes the project easier to maintain over time.

Maybe it would make sense to add a 'discussions' tab to this repo (github feature) and gauge interested before certain capabilities are added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants